Data formats
Dataformats are where you define the contract for the data you want to use within NoCode-X. This is mostly but not limited to use within actions & the built-in database.
If you want to be able to reason with data for example use a certain property of a data in a function within one of your actions you are best of with creating a data-format & mark that data as being of that type.
If you want to store data in the built-in database, you will have to create a data-format. The data you store will have to be created & valid according to the rules within that data-format.
Information
Name: The name of this data-format for recognizability within the NoCode-X platform
Description: The description of this data-format for recognizability within the NoCode-X platform
Tags: You can create & link tags to ****this data-format for recognizability within the NoCode-X platform
Icon: You can choose an icon for this data-format for recognizability within the NoCode-X platform.
Properties
Define a list of properties each with its own type & with its own specifications.
Action triggers
After creation of data: Executes actions when a piece of data of this data-format is created in the built-in database.
After update of data: Executes actions when a piece of data of this data-format is updated in the built-in database.
After removal of data: Executes actions when a piece of data of this data-format is removed in the built-in database.
Additional information
[Creating data-formats](Creating data format.md)